Class ADMPushSender


  • public class ADMPushSender
    extends java.lang.Object
    • Constructor Detail

      • ADMPushSender

        public ADMPushSender()
    • Method Detail

      • sendADMPushNotification

        public static void sendADMPushNotification​(android.content.Context context,
                                                   java.lang.String deviceToken,
                                                   java.lang.String configurationFilePath)
                                            throws org.json.JSONException,
                                                   java.io.IOException
        Throws:
        org.json.JSONException
        java.io.IOException
      • sendADMPushNotificationToTopic

        public static void sendADMPushNotificationToTopic​(android.content.Context context,
                                                          java.lang.String topic,
                                                          java.lang.String configurationFilePath)
                                                   throws org.json.JSONException,
                                                          java.io.IOException
        Throws:
        org.json.JSONException
        java.io.IOException
      • sendADMPushNotificationToGroup

        public static void sendADMPushNotificationToGroup​(android.content.Context context,
                                                          java.lang.String group,
                                                          java.lang.String configurationFilePath)
                                                   throws org.json.JSONException,
                                                          java.io.IOException
        Throws:
        org.json.JSONException
        java.io.IOException